home *** CD-ROM | disk | FTP | other *** search
- ' +----------------------------------------------------------------------+
- ' | |
- ' | PBClone Copyright (c) 1990-1993 Thomas G. Hanlin III |
- ' | |
- ' +----------------------------------------------------------------------+
-
- DECLARE SUB WindowManager (TopRow%, LeftCol%, BottomRow%, RightCol%, Frame%, Fore%, Back%, Grow%, Shade%, TFore%, Title$, Page%, Fast%)
-
- SUB WindowMan3 (P%(), Title$)
- WindowManager P%(1), P%(2), P%(3), P%(4), P%(5), P%(6), P%(7), P%(8), P%(9), P%(10), Title$, P%(11), P%(12)
- END SUB
-